home *** CD-ROM | disk | FTP | other *** search
- /*====================== MiscIrelandCoordConverter.h ========================*/
- /* MiscIrelandCoordConverter class supports the calculations required for
- converting between World and the Irish version of the Universal
- Transverse Mercator coordinates.
-
- DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
- Reserved. For further information on terms and conditions see
- the MiscKit license.
-
- HISTORY
- 12-Mar-93 Dale Amon at GPL
- Split UTMGrid into constants and converter parts.
- 22-Feb-93 Dale Amon at GPL
- Created.
- */
-
- #import <appkit/appkit.h>
- #import <misckit/miscgiskit.h>
-
- @class MiscUTMConstants;
-
- @interface MiscIrelandCoordConverter:MiscPlanetCoordConverter
- {
- }
-
- + new;
- - finishUnarchiving;
-
- @end
-